Click or drag to resize

ServiceGetServerTimeZones Method (IListString, Boolean)

Gets information from time zone definitions that are available on the Exchange server.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetServerTimeZonesResponse GetServerTimeZones(
	IList<string> timeZoneId,
	bool returnFullTimeZoneData
)

Parameters

timeZoneId
Type: System.Collections.GenericIListString
An array of time zone definition identifiers that specifies the requested time zone definitions.
returnFullTimeZoneData
Type: SystemBoolean
If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.

Return Value

Type: GetServerTimeZonesResponse
GetServerTimeZonesResponse.
See Also